home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401 / files.dsc < prev    next >
Text File  |  1986-11-02  |  2KB  |  47 lines

  1. Copyright (C) 1986 by M. J. Shannon, Jr.
  2. Permission to distribute for non-commercial uses granted as long as this
  3. notice is retained.  Violators will be prosecuted.
  4.  
  5. Here are some files/programs I've been working on in the last few weeks.  All
  6. these programs compile and execute using the Lattice C compiler version 3.00G
  7. in large model.  Since I am developing and using these programs on an AT&T PC
  8. 6300 PLUS running Simul-Task (gives simultaneous access to both UNIX and DOS)
  9. some editing of the makefiles make be necessary (if only to change some file
  10. names).  Also, since ARC doesn't keep pathnames, you'll have to manually move
  11. the files into the proper directories.
  12.  
  13. Notice the copyright information in the files.  I mean it.  You may not remove
  14. the notices, nor may you sell these files, nor may you incorporate them into
  15. products you might sell (I may get to a point where I will be in a position to
  16. sell software based on these routines, so I'm just covering MY rear-end, OK?).
  17. You MAY redistribute them to other people who will use them for non-commercial
  18. purposes, and I would appreciate it if anyone who makes additions and/or
  19. corrections contact me so that I may incorporate them into my copy for further
  20. redistribution and/or updating.
  21.  
  22. files.dsc        This file!
  23. all            Makefile for all the programs here.
  24. getpat            Makefile for getpat.exe.
  25. getpat.c        Simple program to extract DX-100 patches to files.
  26. mpu/cpu.asm        Assembler interface for sti() and cli().
  27. mpu/mpu            Makefile for mpu.lib (make this FIRST!).
  28. mpu/mpu.h        Header for all files using mpu.lib.
  29. mpu/mpudget.c        mpudget() routine.
  30. mpu/mpudrr.c        mpudrr() routine.
  31. mpu/mpudsr.c        mpudsr() routine.
  32. mpu/mpuget.c        mpuget() routine.
  33. mpu/mpuid.c        mpuid() routine.
  34. mpu/mpuput.c        mpuput() routine.
  35. mpu/mpuread.c        mpuread() routine.
  36. mpu/mpusexcl.c        mpusexcl() routine.
  37. mpu/dxpachng.c        dxpachng() routine.
  38. mpu/dxswremt.c        dxswremt() routine.
  39. record            Makefile for record.exe.
  40. record.c        Displays data from MIDI device.
  41. reset            Makefile for reset.exe.
  42. reset.c            Simply resets the MPU-401.
  43. setpat            Makefile for setpat.exe.
  44. setpat.c        Loads a patch to the edit buffer.
  45. shopat            Makefile for shopat.exe.
  46. shopat.c        Shows a DX-100 patch in Yamaha format.
  47.